// // This query will update the Employee table to NOT Allow NULLs // as well as keep the default value of 0 // ALTER TABLE "tbl_Employees" ALTER COLUMN "Department-ID" Integer Default 0 NOT NULL